|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
CDialPeer holds and manipulates dial peers for VOIP. More...
Public Member Functions | |
| int | getDialPeerTag () |
| Returns the dial peer tag. More... | |
| string | getDestLineNumber () |
| Returns the destination line number. More... | |
| void | setDestLineNumber (string) |
| Sets the destination line number. More... | |
CDialPeer holds and manipulates dial peers for VOIP.
| string CDialPeer::getDestLineNumber | ( | ) |
Returns the destination line number.
| int CDialPeer::getDialPeerTag | ( | ) |
Returns the dial peer tag.
| void CDialPeer::setDestLineNumber | ( | string | ) |
Sets the destination line number.
| string,the | destination line number to set this dial peer to. |